<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body
{background: url(../background_album.jpg);
}

			div.album
				{background-image: url(../parchment_recruit.jpg);
				box-shadow: 1em 1em 1em;
				margin-top:20px;
				margin-bottom:20px;
				margin-left:20%;
				margin-right:20%;
				padding-top:1%;
				padding-bottom:2%;
				padding-left:1%;
				padding-right:1%;
				border: 6px ridge navy;
				}

img.thumb
	{text-align: center;
	background:navy;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border: 2px ridge gold;
	}
	

hr {width: 60%; height: 5px; background-color: red;}

p.event
{color: black; 
font-family: times new roman;
font-style: normal;
font-size: 30px;
}

p.location
{color: black;
font-family: times new roman;
font-size: 26px;
font-style: italic;
}

p.date
{color: navy;
font-family: times new roman;
font-style: normal;
font-size: 28px;
}

p
{
color: black;
text-align: center;
font-family: times new roman;
font-style: italic;
font-size: 20px;
}


			p.photo 
				{text-align: center;}

			a {text-decoration: none; font-weight: bold;}
			a:link {color: blue;}
			a:visited {color: teal;}
			a:hover {text-decoration: underline;}</pre></body></html>